Skip to content
Snippets Groups Projects
Commit 9ab0f289 authored by marco's avatar marco
Browse files

fix problem with variable expansion

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1906 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 1eadc614
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,10 @@ else()
set(LIB_STAGE_PATH "${STAGE_DIR}/lib")
endif()
file(MAKE_DIRECTORY $STAGE_DIR $EXECUTABLE_OUTPUT_PATH $HEADER_STAGE_PATH LIB_STAGE_PATH)
file(MAKE_DIRECTORY ${STAGE_DIR}
${EXECUTABLE_OUTPUT_PATH}
${HEADER_STAGE_PATH}
${LIB_STAGE_PATH})
if (WIN32)
# add_definitions(-DBOOST_TEST_INCLUDED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment