Skip to content

Commit

Permalink
set(ALLOW_DUPLICATE_CUSTOM_TARGETS TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Feb 19, 2025
1 parent 5c25319 commit 52fa9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
mkdir ${SSCDIR}/build
cd ${SSCDIR}/build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=1 -DSAM_SKIP_TOOLS=1 -DALLOW_DUPLICATE_CUSTOM_TARGETS=True
cmake .. -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=1 -DSAM_SKIP_TOOLS=1
# - name: Build
# # Build your program with the given configuration
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ option(SAMAPI_EXPORT "Export of ssc binaries to the SAM_api directory; for Unix,
# environment vars LK_LIB and LKD_LIB can be used to specify where to find those libraries
#

set(ALLOW_DUPLICATE_CUSTOM_TARGETS TRUE)

if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "12" CACHE STRING "Minimum OS X deployment version")
endif()
Expand Down

0 comments on commit 52fa9b9

Please sign in to comment.