SOme minor tweaks....
This commit is contained in:
parent
1e7bf0ef9e
commit
dbf238a793
2 changed files with 3 additions and 3 deletions
|
@ -136,7 +136,7 @@ elseif(CMAKE_BUILD_TOOL MATCHES "(msdev|devenv|nmake)")
|
||||||
#add_definitions(/W3)
|
#add_definitions(/W3)
|
||||||
endif(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
|
endif(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
|
||||||
|
|
||||||
# Verbose compiling ouputs.
|
# Verbose compiling outputs.
|
||||||
set(CMAKE_VERBOSE_MAKEFILE ON)
|
set(CMAKE_VERBOSE_MAKEFILE ON)
|
||||||
|
|
||||||
endif(CMAKE_BUILD_TYPE STREQUAL "release" OR CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RELEASE")
|
endif(CMAKE_BUILD_TYPE STREQUAL "release" OR CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RELEASE")
|
||||||
|
|
Loading…
Add table
Reference in a new issue