We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f390d commit 0259b1fCopy full SHA for 0259b1f
deps/whereami/CMakeLists.txt
@@ -2,9 +2,5 @@ set(WHEREAMI_SOURCES
2
whereami.c
3
)
4
5
-if(NOT TARGET whereami)
6
-
7
- add_library(whereami STATIC ${WHEREAMI_SOURCES})
8
- target_include_directories(whereami PUBLIC ${CMAKE_CURRENT_LIST_DIR})
9
10
-endif()
+add_library(whereami STATIC ${WHEREAMI_SOURCES})
+target_include_directories(whereami PUBLIC ${CMAKE_CURRENT_LIST_DIR})
0 commit comments