Skip to content

Commit fdf3450

Browse files
committed
Define PROXSUITE_AS_SUBPROJECT as ON
As-is, at least on CMake 3.25, `set(PROXSUITE_AS_SUBPROJECT)` does not cause it to evaluate as true in the below tests Topic: proxsuite-as-subproject
1 parent b88960d commit fdf3450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cmake_minimum_required(VERSION 3.10)
66

77
if(DEFINED PROJECT_NAME)
8-
set(PROXSUITE_AS_SUBPROJECT)
8+
set(PROXSUITE_AS_SUBPROJECT ON)
99
endif()
1010

1111
set(PROJECT_NAME proxsuite)

0 commit comments

Comments
 (0)