We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9af192 commit d11db46Copy full SHA for d11db46
CMakeLists.txt
@@ -32,7 +32,7 @@ ADD_DEFINITIONS("-DHAVE_CONFIG_H")
32
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include)
33
34
# make it easy to locate CMake modules for finding libraries
35
-SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/")
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/modules/")
36
37
# Options
38
option (LIBNFC_LOG "Enable log facility (errors, warning, info and debug messages)" ON)
0 commit comments