cmake was using dna source list with the variable out of scope, possibly causing dependency problems.
This commit is contained in:
@@ -161,9 +161,17 @@ endif()
|
||||
|
||||
TEST_SSE_SUPPORT()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Initialize un-cached vars, avoid unused warning
|
||||
|
||||
# linux only, not cached
|
||||
set(WITH_BINRELOC OFF)
|
||||
|
||||
# these are added to later on.
|
||||
set(C_WARNINGS "")
|
||||
set(CXX_WARNINGS "")
|
||||
|
||||
|
||||
# disabled for now, not supported
|
||||
# option(WITH_WEBPLUGIN "Enable Web Plugin (Unix only)" OFF)
|
||||
|
||||
|
Reference in New Issue
Block a user