Skip to content

Commit b680997

Browse files
committed
try to fix linking
1 parent 4f54810 commit b680997

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.3)
33

44
set (CMAKE_CXX_STANDARD 11)
55
find_package(PkgConfig REQUIRED)
6-
pkg_check_modules(IL REQUIRED IL)
76
pkg_check_modules(ILU REQUIRED ILU)
87

98

@@ -26,12 +25,10 @@ foreach(target mapcompile mapdecompile)
2625

2726
target_link_libraries(${target}
2827
PRIVATE
29-
${IL_LINK_LIBRARIES}
3028
${ILU_LINK_LIBRARIES}
3129
)
3230
target_include_directories(${target}
3331
PRIVATE
34-
${IL_INCLUDE_DIRS}
3532
${ILU_INCLUDE_DIRS}
3633
)
3734
endforeach()

0 commit comments

Comments
 (0)