Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation problem on osx #51

Open
mico opened this issue Sep 8, 2017 · 0 comments
Open

Compilation problem on osx #51

mico opened this issue Sep 8, 2017 · 0 comments

Comments

@mico
Copy link
Contributor

mico commented Sep 8, 2017

Getting error:
[ 89%] Built target jsmin
Scanning dependencies of target xeth_autogen
make[2]: *** No rule to make target html.cxx', needed by CMakeFiles/xeth_autogen'. Stop.
make[1]: *** [CMakeFiles/xeth_autogen.dir/all] Error 2
make: *** [all] Error 2

$ git diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 03e2ef7..316cab1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,9 @@
+set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
project(xeth)
cmake_minimum_required(VERSION 2.8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant