Skip to content

Commit e4bbb04

Browse files
committed
[NOBIN] Cleaned a definition in CMakeLists
1 parent 878285f commit e4bbb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set ( M_PARSER "libpeconv/libpeconv" )
1010
# modules paths:
1111
set (PECONV_DIR "${CMAKE_SOURCE_DIR}/${M_PARSER}" CACHE PATH "PEConv main path")
1212
add_subdirectory ( ${PECONV_DIR} )
13-
set ( PECONV_LIB $<TARGET_FILE:libpeconv> CACHE FILE "PEConvLib library path" )
13+
set ( PECONV_LIB $<TARGET_FILE:libpeconv> CACHE PATH "PEConvLib library path" )
1414

1515
# Add sub-directories
1616
#

0 commit comments

Comments
 (0)