Compare commits

...

1 Commits

Author SHA1 Message Date
Jan Vidar Krey bc043ec7cd Use correct source directory for building outside of source. 2012-10-04 21:59:20 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set (UHUB_VERSION_MAJOR 0)
set (UHUB_VERSION_MINOR 4)
set (UHUB_VERSION_PATCH 1)
set (PROJECT_SOURCE_DIR "src")
set (PROJECT_SOURCE_DIR "${CMAKE_SOURCE_DIR}/src")
option(RELEASE "Release build, debug build if disabled" ON)
option(LINK_SUPPORT "Allow hub linking" OFF)