We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9735fef commit f7dbd8cCopy full SHA for f7dbd8c
3rdparty/CMakeLists.txt
@@ -522,7 +522,8 @@ add_dependencies(3rdparty ${NBL_3RDPARTY_TARGETS})
522
523
NBL_ADJUST_FOLDERS(3rdaprty)
524
525
-nbl_install_dir("${CMAKE_CURRENT_SOURCE_DIR}/parallel-hashmap/parallel_hashmap")
+# nbl_install_dir("${CMAKE_CURRENT_SOURCE_DIR}/parallel-hashmap/parallel_hashmap")
526
+nbl_install_dir("${CMAKE_CURRENT_SOURCE_DIR}/gtl/include")
527
528
# parent scope exports, must be at the end of the file
529
set(_NBL_3RDPARTY_TARGETS_
0 commit comments