Skip to content

Commit

Permalink
Update CMake configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Nov 25, 2022
1 parent 7b7d45c commit b3d989b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ link_external_library(curl)

add_include_dir(glm)
set(DEPENDENCY_CURL_INCLUDE ${CMAKE_CURRENT_LIST_DIR}/third_party_libs/curl/include CACHE PATH "" FORCE)
search_lib_recursive(DEPENDENCY_CURL_LIBRARY third_party_libs/curl/lib/${BINARY_PRAGMA_DIR} libcurl_imp STATIC)

link_generic_module_libraries()
register_pragma_module(${PROJ_NAME})
Expand Down

0 comments on commit b3d989b

Please sign in to comment.