Skip to content
Snippets Groups Projects
Commit 524ea193 authored by vahrenkamp's avatar vahrenkamp
Browse files

Fixed cmake install path

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@468 042f3d55-54a8-47e9-b7fb-15903f145c44
parent cb359877
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ IF (NOT Simox_CONFIGURED)
if(WIN32 AND NOT CYGWIN)
set(DEF_INSTALL_CMAKE_DIR CMake)
else()
set(DEF_INSTALL_CMAKE_DIR lib/CMake/MMMTools)
set(DEF_INSTALL_CMAKE_DIR lib/CMake/Simox)
endif()
set(INSTALL_CMAKE_DIR ${DEF_INSTALL_CMAKE_DIR} CACHE PATH
"Installation directory for CMake files")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment