@@ -39,9 +39,6 @@ configure_file (
3939# calchart_cmd: CLI for parsing files and testing
4040# CalChart: The App itself
4141
42- # CalChart requires Boost. Find it and include the directories here.
43- find_package (Boost 1.60 REQUIRED)
44-
4542# CalChart requires BISON/FLEX for the grammar
4643find_package (BISON REQUIRED)
4744find_package (FLEX REQUIRED)
@@ -140,7 +137,6 @@ target_include_directories (
140137 calchart_core
141138 PRIVATE
142139 ${CMAKE_CURRENT_SOURCE_DIR} /src/core
143- ${Boost_INCLUDE_DIRS}
144140 ${PROJECT_BINARY_DIR} /version
145141 ${CMAKE_CURRENT_SOURCE_DIR} /submodules/munkres-cpp/src
146142 )
@@ -176,7 +172,6 @@ target_include_directories (
176172 PRIVATE
177173 "${CMAKE_CURRENT_SOURCE_DIR} /src/core"
178174 "${CMAKE_CURRENT_SOURCE_DIR} /src"
179- "${Boost_INCLUDE_DIRS} "
180175 "${PROJECT_BINARY_DIR} /version"
181176 )
182177
@@ -321,14 +316,13 @@ set_target_properties (
321316 "${AllResources} "
322317 )
323318
324- target_link_libraries (CalChart calchart_core ${Boost_LIBRARIES} )
319+ target_link_libraries (CalChart calchart_core)
325320target_link_libraries (CalChart nlohmann_json::nlohmann_json)
326321
327322#target_link_libraries (
328323# CalChart
329324# PRIVATE
330325# calchart_core
331- # ${Boost_LIBRARIES}
332326# nlohmann_json::nlohmann_json
333327# )
334328
@@ -353,7 +347,6 @@ target_include_directories (
353347 "${CMAKE_CURRENT_SOURCE_DIR} /src"
354348 "${CMAKE_CURRENT_SOURCE_DIR} /resources"
355349 "${CMAKE_CURRENT_SOURCE_DIR} /submodules/munkres-cpp/src"
356- "${Boost_INCLUDE_DIRS} "
357350 "${PROJECT_BINARY_DIR} /version"
358351 )
359352
0 commit comments