File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -146,25 +146,6 @@ install(
146146 ARCHIVE DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}
147147 RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} )
148148
149- # Activate only for advanced users to profile and benchmark the code
150- if (ADVANCED_USERS)
151- include (${CMAKE_CURRENT_LIST_DIR} /cmake-module/compiler_warnings.cmake)
152- include (${CMAKE_CURRENT_LIST_DIR} /cmake-module/extra_local_settings.cmake)
153- include (${CMAKE_CURRENT_LIST_DIR} /cmake-module/static_analyzers.cmake)
154- include (${CMAKE_CURRENT_LIST_DIR} /cmake-module/sanitizers.cmake)
155-
156- target_compile_definitions (proxsuite INTERFACE EIGEN_RUNTIME_NO_MALLOC)
157- target_compile_definitions (proxsuite
158- INTERFACE EIGEN_INITIALIZE_MATRICES_BY_NAN)
159- add_library (project_warnings INTERFACE )
160- add_library (project_options INTERFACE )
161-
162- target_link_libraries (proxsuite INTERFACE project_options project_warnings)
163-
164- set_project_warnings(project_warnings)
165- enable_sanitizers(project_options)
166- endif ()
167-
168149add_subdirectory (bindings)
169150if (BUILD_TESTING)
170151 add_subdirectory (test )
You can’t perform that action at this time.
0 commit comments