Skip to content

Commit 1a5eebe

Browse files
committed
cmake: remove useless content
1 parent 659ddc2 commit 1a5eebe

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

CMakeLists.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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-
168149
add_subdirectory(bindings)
169150
if(BUILD_TESTING)
170151
add_subdirectory(test)

0 commit comments

Comments
 (0)