mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- remove TEST option, it is obsoleted CMAKE_TESTING_ON - touch up Makefile Changelog: https://github.com/colmap/colmap/releases
14 lines
417 B
Text
14 lines
417 B
Text
--- CMakeLists.txt.orig 2024-10-16 10:58:58 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -125,9 +125,10 @@ endif()
|
|
unset(CLANG_TIDY_EXE)
|
|
endif()
|
|
|
|
+add_definitions("-DGLOG_USE_GLOG_EXPORT")
|
|
+
|
|
if(IS_MSVC)
|
|
# Some fixes for the Glog library.
|
|
- add_definitions("-DGLOG_USE_GLOG_EXPORT")
|
|
add_definitions("-DGLOG_NO_ABBREVIATED_SEVERITIES")
|
|
add_definitions("-DGL_GLEXT_PROTOTYPES")
|
|
add_definitions("-DNOMINMAX")
|