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 3bae299 commit 3d388aaCopy full SHA for 3d388aa
1 file changed
cmake/Using/UseIFCPP.cmake
@@ -1,5 +1,5 @@
1
MACRO(USE_IFCPP)
2
- covise_find_package(IFCPP)
+ covise_find_package(IFCPP CONFIG)
3
IF ((NOT IFCPP_FOUND) AND (${ARGC} LESS 1))
4
USING_MESSAGE("Skipping because of missing IFCPP")
5
RETURN()
0 commit comments