Fix issue in CMakeLists.txt.
CMAKE_COMPILER_IS_GNUC should be CMAKE_COMPILER_IS_GNUCC.
This commit is contained in:
parent
e56b0587a7
commit
1988b54fec
|
@ -44,7 +44,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Set compiler specific build flags
|
# Set compiler specific build flags
|
||||||
if (CMAKE_COMPILER_IS_GNUC)
|
if (CMAKE_COMPILER_IS_GNUCC)
|
||||||
# Set our own default flags at first run.
|
# Set our own default flags at first run.
|
||||||
if (NOT CONFIGURED)
|
if (NOT CONFIGURED)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue