Skip to content

Commit

Permalink
Cleanup #36 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoant committed May 5, 2019
1 parent 7b5150c commit 96888ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Tests/Issue36_QTFramework/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 1,6 @@
# git sc -xdf && cmake . -DCMAKE_PREFIX_PATH=/Applications/Qt/5.9.7/clang_64/lib/cmake && make VERBOSE=1
cmake_minimum_required(VERSION 3.0)

cmake_minimum_required(VERSION 2.8.11)

# Enabling C 11 via this does not work with CMakePCHCompiler,
# Enabling C 11 via CMAKE_CXX_STANDARD does not work with CMakePCHCompiler,
# use set_target_properties CXX_STANDARD instead.
# set(CMAKE_CXX_STANDARD 11)
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c 11")
Expand Down

0 comments on commit 96888ba

Please sign in to comment.