Skip to content

Commit

Permalink
CMake: Exclude linalg from UNITY_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 12, 2024
1 parent a8b4427 commit ab0fd1c
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 @@ -244,7 +244,7 @@ if (NLOPT_CXX)
src/algs/ags/ags.h
src/algs/ags/ags.cc)

set_property(SOURCE src/algs/ags/solver.cc src/algs/ags/local_optimizer.cc src/algs/ags/ags.cc src/algs/slsqp/slsqp.c
set_property(SOURCE src/algs/ags/solver.cc src/algs/ags/local_optimizer.cc src/algs/ags/ags.cc src/algs/slsqp/slsqp.c src/algs/stogo/linalg.cc
PROPERTY SKIP_UNITY_BUILD_INCLUSION ON)
endif ()

Expand Down

0 comments on commit ab0fd1c

Please sign in to comment.