the results of a graph algorithm and also helping students to do the algorithms. Rocs has a scripting module, done in Qt Script, that interacts with the drawn graph and every change in the graph with the script is reflected on the drawn one.
13 lines
565 B
Plaintext
13 lines
565 B
Plaintext
$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2013/04/24 18:44:28 zhuk Exp $
|
|
--- CMakeLists.txt.orig Thu Jan 24 01:55:36 2013
|
|
+++ CMakeLists.txt Wed Feb 6 23:43:11 2013
|
|
@@ -27,7 +27,7 @@ include(FeatureSummary)
|
|
# In CMake >= 2.8.6, FindBoost.cmake tries to find BoostConfig.cmake which is
|
|
# not compatible with CMake's FindBoost. Disable this function.
|
|
set(Boost_NO_BOOST_CMAKE TRUE)
|
|
-find_package(Boost "1.43" REQUIRED)
|
|
+find_package(Boost "1.42" REQUIRED)
|
|
set_package_info(Boost "Boost C++ Libraries" "http://www.boost.org"
|
|
)
|
|
|