We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878285f commit e4bbb04Copy full SHA for e4bbb04
CMakeLists.txt
@@ -10,7 +10,7 @@ set ( M_PARSER "libpeconv/libpeconv" )
10
# modules paths:
11
set (PECONV_DIR "${CMAKE_SOURCE_DIR}/${M_PARSER}" CACHE PATH "PEConv main path")
12
add_subdirectory ( ${PECONV_DIR} )
13
-set ( PECONV_LIB $<TARGET_FILE:libpeconv> CACHE FILE "PEConvLib library path" )
+set ( PECONV_LIB $<TARGET_FILE:libpeconv> CACHE PATH "PEConvLib library path" )
14
15
# Add sub-directories
16
#
0 commit comments