|
@@ -9,9 +9,9 @@ if(MSVC)
|
|
else()
|
|
else()
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") #### Libigl requires a modern C++ compiler that supports c++11
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") #### Libigl requires a modern C++ compiler that supports c++11
|
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "../" )
|
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "../" )
|
|
|
|
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-declarations -Wunused-parameter")
|
|
endif()
|
|
endif()
|
|
|
|
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-declarations")
|
|
|
|
|
|
|
|
|
|
|
|
### libIGL options: choose between header only and compiled static library
|
|
### libIGL options: choose between header only and compiled static library
|