Skip to content

Commit

Permalink
Change release mode for eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonChern committed Dec 13, 2022
1 parent 967ab71 commit 8e46320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ include_directories(SYSTEM "lib/easyloggingpp/src" "lib/better-enums/" "lib/eige
# adding submodules
add_subdirectory("lib/googletest")
add_subdirectory("lib/pybind11")
add_subdirectory("lib/eigen")

set( CMAKE_BUILD_TYPE_COPY "${CMAKE_BUILD_TYPE}" )
set( CMAKE_BUILD_TYPE "Release" )
option(build_static_lib "Build easyloggingpp as a static library" ON)
add_subdirectory("lib/easyloggingpp")
add_subdirectory("lib/eigen")
set( CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE_COPY} )

add_subdirectory("src")
Expand Down

0 comments on commit 8e46320

Please sign in to comment.