Skip to content

Commit

Permalink
master: CMake_Lists.txt: attemp to fix detection of cppad_cxx_is_xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Aug 6, 2024
1 parent 1f788e1 commit 2efdd5a
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 @@ -24,7 +24,7 @@ SET(CMAKE_REQUIRED_LIBRARIES "")
#
# cppad_cxx_is_xcode
STRING(REGEX MATCH
"/Applications/XCode_.*" cppad_cxx_is_xcode "${CMAKE_CXX_COMPILER}"
"/Applications/Xcode_.*" cppad_cxx_is_xcode "${CMAKE_CXX_COMPILER}"
)
IF( "${cppad_cxx_is_xcode}" STREQUAL "" )
SET(cppad_cxx_is_xcode 0)
Expand Down

0 comments on commit 2efdd5a

Please sign in to comment.