Skip to content

Commit

Permalink
ops...
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Dec 11, 2012
1 parent 71e7627 commit 5b26ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ INCLUDE(cmake/compat_flags.cmake)
# add_dependencies( distcheck dist )
# add_dependencies( lsl-server version )

set(OPTION_LSLSERVER
TRUE CACHE BOOL
"Compile and install lsl-server")
OPTION(LSLSERVER
"Compile and install lsl-server" ON)
IF (WIN32)
install_if_standalone(FILES AUTHORS COPYING NEWS README THANKS DESTINATION .)
install_if_standalone(DIRECTORY ${CMAKE_INSTALL_PREFIX}/locale DESTINATION .)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ INCLUDE_DIRECTORIES(${libSpringLobby_SOURCE_DIR}/lib)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

add_subdirectory( lslutils )
if (OPTION_LSLSERVER)
if (LSLSERVER)
add_subdirectory( lsl )
endif()
add_subdirectory( lslunitsync )

0 comments on commit 5b26ab6

Please sign in to comment.