Use correct source directory for building outside of source.

This commit is contained in:
Jan Vidar Krey 2012-10-04 21:59:20 +00:00
parent e95a892fb7
commit bc043ec7cd
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)