Remove message from CMakeLists.txt
This commit is contained in:
parent
c532c87794
commit
9a54213582
|
@ -12,8 +12,6 @@ ENDIF (NOT CMAKE_BUILD_TYPE)
|
||||||
# Where to build the library
|
# Where to build the library
|
||||||
SET(LIBRARY_OUTPUT_PATH "lib")
|
SET(LIBRARY_OUTPUT_PATH "lib")
|
||||||
|
|
||||||
MESSAGE("Build type is : " ${CMAKE_BUILD_TYPE})
|
|
||||||
|
|
||||||
# Where to build the executables
|
# Where to build the executables
|
||||||
SET(OUR_EXECUTABLE_OUTPUT_PATH "${PROJECT_BINARY_DIR}/bin")
|
SET(OUR_EXECUTABLE_OUTPUT_PATH "${PROJECT_BINARY_DIR}/bin")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user