Skip to content

Commit 1dccfb1

Browse files
authored
corrects the CMake option for enabling sigma support (#136)
1 parent a281194 commit 1dccfb1

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
@@ -57,7 +57,7 @@ cmaize_find_or_build_dependency(
5757
FIND_TARGET nwx::simde
5858
CMAKE_ARGS BUILD_TESTING=OFF
5959
BUILD_PYBIND11_PYBINDINGS=${BUILD_PYBIND11_PYBINDINGS}
60-
BUILD_SIGMA=${BUILD_SIGMA}
60+
ENABLE_SIGMA=${ENABLE_SIGMA}
6161
)
6262

6363
cmaize_add_library(

0 commit comments

Comments
 (0)