Skip to content

Commit

Permalink
stable/20240000: CMakeLists.txt: fix setting cppad_system_is_darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jul 29, 2024
1 parent b6e9fb6 commit 02f4860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cppad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SET(CMAKE_REQUIRED_INCLUDES "")
SET(CMAKE_REQUIRED_LIBRARIES "")
# -----------------------------------------------------------------------------
# cppad_system_is_darwin
IF( "$CMake_SYSTEM_NAME" STREQUAL "Darwin" )
IF( "${CMake_SYSTEM_NAME}" STREQUAL "Darwin" )
SET(cppad_system_is_darwin 1)
ELSE( )
SET(cppad_system_is_darwin 0)
Expand Down

0 comments on commit 02f4860

Please sign in to comment.